home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 2
/
Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin
/
pc
/
dos
/
editors
/
rainbo12
/
rb.ini
< prev
next >
Wrap
Text File
|
1992-12-09
|
2KB
|
87 lines
rem=Replace c:\q\q.exe with your editor's path and name on the next line
editor=c:\q\q.exe
rem=This displays which version of Rainbow you are running. Removing this will
rem=keep Rainbow from displaying the version number.
version=
rem=********************** EXTREMELY IMPORTANT ********************************
rem=It is very critical that you update this command with the correct number
rem=for your editor. Use the number from colors.com that represents the color
rem=of the normal editor screen while editing (Cyan on Black in this example).
text=3
top=0
bottom=23
left=0
right=79
width=80
rem=put the clock on the 24th row and 72nd column (bottom right of screen)
clockr=24
clockc=72
delimiter=,
rem=I don't want underscores to seperate tokens so I define it as a token that
rem=is colorized to the same color as the normal text in my editor.
rem=(the same color as the text= command)
_,112,t
#define,113,C
#undef,113,C
#include,113,C
#if,113,C
#ifdef,113,C
#ifndef,113,C
#else,113,C
#endif,113,C
#xtranslate,113,C
typedef,113,C
begin,113,F
case,113,T
default,113,F
elseif,113,F
else,113,F
endcase,113,F
endif,113,F
end,113,F
for,113,F
if,113,T
next,113,F
otherwise,113,F
sequence,113,S
do,113,F
while,113,T
recover,113,F
//note,240,C
//,116,C
continue,126,F
break,126,T
loop,126,F
return,126,F
exit,126,F
extern,123,F
local,123,F
private,123,F
public,123,F
static,123,F
parameter,123,F
memvar,123,F
function,122,C
procedure,122,C
{,113,T
},113,T